projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2678d71
)
Remove extraneous clear of 'is_html' flag.
author
robertl
<robertl>
Thu, 21 Sep 2006 15:47:01 +0000
(15:47 +0000)
committer
robertl
<robertl>
Thu, 21 Sep 2006 15:47:01 +0000
(15:47 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index 07f3ecdd61a2a464088c028794de6c865217d3b6..2434e003fee79c1925dc7cd2dd9054f0bfa12d20 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-439,7
+439,6
@@
tag_gs_cache(const char **attrv)
{
const char **avp;
- cache_descr_is_html = 0;
for (avp = &attrv[0]; *avp; avp+=2) {
if (strcmp(avp[0], "id") == 0) {
wpt_tmp->gc_data.id = atoi(avp[1]);